Fully Qualified Name: | Laminas\Db\Adapter\Driver\Mysqli\Statement |
Implements: | StatementInterface, ProfilerAwareInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Statement | |
execute() | Execute | Statement |
getParameterContainer() | Get parameter count | Statement |
getProfiler() | Statement | |
getResource() | Get resource | Statement |
getSql() | Get sql | Statement |
initialize() | Initialize | Statement |
isPrepared() | Is prepared | Statement |
prepare() | Prepare | Statement |
setDriver() | Set driver | Statement |
setParameterContainer() | Set Parameter container | Statement |
setProfiler() | Statement | |
setResource() | Set resource | Statement |
setSql() | Set sql | Statement |
Parameter Name | Type | Description |
---|---|---|
$bufferResults | bool |
Returns:
Execute
Parameter Name | Type | Description |
---|---|---|
$parameters | null|array|\ParameterContainer |
Returns: mixed
Get parameter count
Returns: \ParameterContainer
Returns: null|\Profiler\ProfilerInterface
Get resource
Returns: mixed
Get sql
Returns: string
Initialize
Parameter Name | Type | Description |
---|---|---|
$mysqli | \mysqli |
Returns: self Provides a fluent interface
Is prepared
Returns: bool
Prepare
Parameter Name | Type | Description |
---|---|---|
$sql | string |
Returns: self Provides a fluent interface
Set driver
Parameter Name | Type | Description |
---|---|---|
$driver | \Mysqli |
Returns: self Provides a fluent interface
Set Parameter container
Parameter Name | Type | Description |
---|---|---|
$parameterContainer | \ParameterContainer |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$profiler | \Profiler\ProfilerInterface |
Returns: self Provides a fluent interface
Set resource
Parameter Name | Type | Description |
---|---|---|
$mysqliStatement | \mysqli_stmt |
Returns: self Provides a fluent interface
Set sql
Parameter Name | Type | Description |
---|---|---|
$sql | string |
Returns: self Provides a fluent interface